|
Oracle® Rules Palette Release 9.1.0.0.0 E15811-01 |
This element is placed in a transaction to include multiple suspense items in an activity. This element overrides the <Suspense> element. When included, this element adds a sub-window to the bottom of the Activity Screen.
|
Element\Tag |
Attribute\Definition\Value\DataType |
||
|
<MultiSuspense> </MultiSuspense>
|
This is the Start and End tag. This element is used multiple suspense items can be attached to the Activity. Possible values are Yes/No. If Yes MultiSuspense is enabled. |
||
|
START |
Integer or a SQL query that returns an integer - Minimum number of suspense items | ||
|
STOP |
Integer or a SQL query that returns an integer - Maximum number of suspense items s | ||
|
FIELD |
String - Name of the Activity Field that Suspense records must total | ||
Example of MultiSuspense XML:
<MultiSuspense START="0" STOP="3" FIELD="BonusAmount">Yes</MultiSuspense>